//==============================================================================
// Frost Giant_anim.txt
//==============================================================================

//==============================================================================
define norsebirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX N Myth Unit Birth Effect
      }
   }
}

//==============================================================================
define mistbody
{
   set hotspot
   {
      version
      {
         Visualparticle Special N Frost Giant mist
      }
   }
}

//==============================================================================
define mistlegs
{
   set hotspot
  {
      version
      {
         Visualparticle Special N Frost Giant MistBig
      }
   }
}

//==============================================================================
define frostattack
{
   set hotspot
  {
      version
      {
         Visualparticle Special N Frost Giant attack
      }
   }
}

//==============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
				Visual Special Beta N Frost Giant_Idle
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
				connect FRONTABDOMEN norsebirthSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
   		   Visual Special Beta N Frost Giant_Idle
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
         }
         
      }
   }
}

//==============================================================================
anim Bored
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special Beta N Frost Giant_BoredA
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
         }
			version
         {
            Visual Special Beta N Frost Giant_BoredA
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
         }
      }

   }
}


//==============================================================================
anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special Beta N Frost Giant_Death
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.66 false HeavyFall checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special Beta N Frost Giant_Walk
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag FootstepLeft 0.30 true   
            tag FootstepRight 0.83 true   
            tag SpecificSoundSet 0.16 false GiantFootsteps checkVisible 
            tag SpecificSoundSet 0.63 false GiantFootsteps checkVisible 
//-- end auto generated section
         }
      }
   }
}


//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
			Visual Special Beta N Frost Giant_AttackA
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.58 true   
            tag Attack 0.58 true   
            tag GenericSound 0.13 true   
            tag SpecificSoundSet 0.51 false SwordSwing checkVisible 
//-- end auto generated section
         }
			version
         {
			Visual Special Beta N Frost Giant_AttackA
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag Attack 0.50 true   
            tag Attack 0.57 true   
            tag GenericSound 0.13 true   
            tag SpecificSoundSet 0.45 false SwordSwing checkVisible 
//-- end auto generated section
         }
      }
   }
}

//==============================================================================
anim Flail
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
   		   Visual Special Beta N Frost Giant_Idle
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
         }
         
      }
   }
}

//==============================================================================
anim FreezeAttack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual Special Beta N Frost Giant_FreezeAttack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.60 true   
                  tag GenericSound 0.60 true   
                  tag SpecificSoundSet 0.18 false FrostGiantAttack checkVisible 
//-- end auto generated section
				Connect FRONTABDOMEN mistbody hotspot
				Connect PELVIS mistlegs hotspot
				Connect CHIN frostattack hotspot
            Length 2.0
         }
      }
   }
}